[INFO] cloning repository https://github.com/automotive-electrician/RsCAN
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/automotive-electrician/RsCAN" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fautomotive-electrician%2FRsCAN", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fautomotive-electrician%2FRsCAN'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 13ff9d15e478a685d2483362503e0bc06327b194
[INFO] fixing automotive-electrician/RsCAN against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fautomotive-electrician%2FRsCAN" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/automotive-electrician/RsCAN
[INFO] finished tweaking git repo https://github.com/automotive-electrician/RsCAN
[INFO] tweaked toml for git repo https://github.com/automotive-electrician/RsCAN written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/automotive-electrician/RsCAN on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/automotive-electrician/RsCAN already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842
[INFO] running `Command { std: "docker" "start" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rs_can v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `pid_72`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod pid_72;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_72`, create file "src/parameters/mode_01/pids_65_95/pid_72.rs" or "src/parameters/mode_01/pids_65_95/pid_72/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_72` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_73`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod pid_73;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_73`, create file "src/parameters/mode_01/pids_65_95/pid_73.rs" or "src/parameters/mode_01/pids_65_95/pid_73/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_73` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_74`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod pid_74;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_74`, create file "src/parameters/mode_01/pids_65_95/pid_74.rs" or "src/parameters/mode_01/pids_65_95/pid_74/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_74` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_75`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod pid_75;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_75`, create file "src/parameters/mode_01/pids_65_95/pid_75.rs" or "src/parameters/mode_01/pids_65_95/pid_75/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_75` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_76`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod pid_76;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_76`, create file "src/parameters/mode_01/pids_65_95/pid_76.rs" or "src/parameters/mode_01/pids_65_95/pid_76/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_76` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_85`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub mod pid_85;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_85`, create file "src/parameters/mode_01/pids_65_95/pid_85.rs" or "src/parameters/mode_01/pids_65_95/pid_85/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_85` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_86`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub mod pid_86;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_86`, create file "src/parameters/mode_01/pids_65_95/pid_86.rs" or "src/parameters/mode_01/pids_65_95/pid_86/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_86` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_87`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub mod pid_87;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_87`, create file "src/parameters/mode_01/pids_65_95/pid_87.rs" or "src/parameters/mode_01/pids_65_95/pid_87/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_87` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_88`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub mod pid_88;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_88`, create file "src/parameters/mode_01/pids_65_95/pid_88.rs" or "src/parameters/mode_01/pids_65_95/pid_88/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_88` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_72`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod pid_72;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_72`, create file "src/parameters/mode_01/pids_65_95/pid_72.rs" or "src/parameters/mode_01/pids_65_95/pid_72/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_72` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_73`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod pid_73;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_73`, create file "src/parameters/mode_01/pids_65_95/pid_73.rs" or "src/parameters/mode_01/pids_65_95/pid_73/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_73` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_74`
[INFO] [stdout]  --> src/parameters/mode_01/pids_65_95.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod pid_74;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `pid_74`, create file "src/parameters/mode_01/pids_65_95/pid_74.rs" or "src/parameters/mode_01/pids_65_95/pid_74/mod.rs"
[INFO] [stdout]   = note: if there is a `mod pid_74` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_75`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod pid_75;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_75`, create file "src/parameters/mode_01/pids_65_95/pid_75.rs" or "src/parameters/mode_01/pids_65_95/pid_75/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_75` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_76`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod pid_76;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_76`, create file "src/parameters/mode_01/pids_65_95/pid_76.rs" or "src/parameters/mode_01/pids_65_95/pid_76/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_76` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_85`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub mod pid_85;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_85`, create file "src/parameters/mode_01/pids_65_95/pid_85.rs" or "src/parameters/mode_01/pids_65_95/pid_85/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_85` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_86`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub mod pid_86;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_86`, create file "src/parameters/mode_01/pids_65_95/pid_86.rs" or "src/parameters/mode_01/pids_65_95/pid_86/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_86` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_87`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub mod pid_87;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_87`, create file "src/parameters/mode_01/pids_65_95/pid_87.rs" or "src/parameters/mode_01/pids_65_95/pid_87/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_87` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `pid_88`
[INFO] [stdout]   --> src/parameters/mode_01/pids_65_95.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub mod pid_88;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `pid_88`, create file "src/parameters/mode_01/pids_65_95/pid_88.rs" or "src/parameters/mode_01/pids_65_95/pid_88/mod.rs"
[INFO] [stdout]    = note: if there is a `mod pid_88` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs_can` (bin "rs_can") due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs_can` (bin "rs_can" test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842", kill_on_drop: false }`
[INFO] [stdout] d1b7015359966e5347cab57bbba968208e4b782ce221b53a05a28358022f3842
